home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************************
-
- file: ControlStripSample.h
-
- contains: header file for the ‘ControlStripSample’ sample Control Strip module
-
- author: SC
- modified: DTS 06/07/94 rename files, comments to reflect name is
- Control Strip (as opposed to Status Bar)
-
- created: 6/11/93
-
-
- Copyright © 1993 by Apple Computer, Inc. All rights reserved.
-
- **************************************************************************************/
-
-
- #define FirstIconID 256 // icon suites to be used in the Control Strip module
- #define SecondIconID 257
- #define ThirdIconID 258
-
- #define PopupArrowPictID 256
-
- #define ConfigMenuID 256
- #define mShowFirstIcon 1
- #define mShowSecondIcon 2
- #define mShowThirdIcon 3
-
- #define HelpStringsID 256
- #define sFirstIconHelp 1
- #define sSecondIconHelp 2
- #define sThirdIconHelp 3
- #define sPrefResourceName 4
-
- #define IconWidth 16
-